REGISTER CALL
During the process of Registering a Callback, Reference or Interval function, the function itself is called once. You can use REGISTER CALL to determine if the current function call was the result of the registration and eventially exit the function immidiately.

ARGUMENTS:
*none*

RETURNS:
Returns 1 if the function was called during the registration process, otherwise 0.


SYNTAX
Return Integer=REGISTER CALL()


RELATED INFO
View Intervals, References and Callbacks Index
View STYX Index
View STYX Main File